home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / TEST / GLUT / Makefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  890 b   |  40 lines

  1. # Makefile for Win32
  2.  
  3. !include <win32.mak>
  4.  
  5. TOP  = ../..
  6. SRCS = bigtest.c cursor_test.c keyup_test.c over_test.c menu_test.c shape_test.c test1.c test10.c test11.c test12.c test13.c test14.c test15.c test16.c test17.c test18.c test19.c test2.c test20.c test21.c test22.c test23.c test24.c test3.c test4.c test5.c test6.c test7.c test8.c test9.c timer_test.c test25.c test26.c test27.c test28.c joy_test.c
  7.  
  8. !include "$(TOP)/glutwin32.mak"
  9.  
  10. # BUG ALERT: In Win32 GLUT 3.6, test18 and test22 do not pass.  To be fixed.
  11.  
  12. # NOTE: first run of test2 can fail since time dependent, but run twice
  13.  
  14. test : $(TARGETS)
  15.     -.\test2
  16.     .\test2
  17.     .\test3
  18.     .\test4
  19.     .\test5
  20.     .\test7
  21.     .\test8
  22.     .\test9
  23.     .\test10
  24.     .\test11
  25.     .\test12
  26.     .\test13
  27.     .\test14
  28.     .\test15
  29.     .\test16
  30.     .\test17
  31.     .\test19
  32.     .\test20
  33.     .\test21
  34.     .\test23
  35.     .\test24
  36.     .\test25
  37.     .\test26
  38.     .\test27
  39.     .\test28
  40.